Displays text that is not editable by the user.
Notes
Because this is a RectControl, see the RectControl for other properties and events that are common to all RectControl objects.
You can define an Accelerator key for a StaticText. In the Text property, precede the accelerator character with an ampersand. For example, the entry "&Home" signifies that the H is the accelerator. Pressing Alt+H on Windows triggers the AcceleratorKey event.
See Also
RectControl class; EditField control.